home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / AMICUS / AMICUS04.ADF / image.ed / intuitall.h < prev    next >
C/C++ Source or Header  |  1985-10-26  |  2KB  |  65 lines

  1.  
  2. /************* intuall.h *****************/
  3.  
  4.  
  5. /*** intuall.h **************************************************************
  6.  *
  7.  *  intuall.h, general includer for intuition
  8.  *
  9.  *  Confidential Information: Commodore-Amiga, Inc.
  10.  *  Copyright (c) Commodore-Amiga, Inc.
  11.  *
  12.  *                              Modification History
  13.  *      date        author :    Comments
  14.  *      ------      ------      -------------------------------------
  15.  *      1-30-85     -=RJ=-      created this file!
  16.  *
  17.  ****************************************************************************/
  18.  
  19. #include <exec/types.h>
  20. #include <exec/nodes.h> 
  21. #include <exec/lists.h>
  22. /* #include <exec/interrupts.h> */
  23. #include <exec/memory.h>
  24. #include <exec/ports.h>
  25. #include <exec/tasks.h>
  26. #include <exec/libraries.h>
  27. #include <exec/devices.h>
  28. #include <exec/io.h>
  29. #include <exec/devices.h>
  30.  
  31. #include <devices/console.h>
  32. #include <devices/timer.h>
  33. #include <devices/keymap.h>
  34. #include <devices/inputevent.h>
  35.  
  36. #define Msg IOStdReq            /* temporary kluge for dosextens.h */
  37.  
  38. #include <libraries/dos.h>
  39. #include <libraries/dosextens.h>
  40.  
  41.  
  42. #include <graphics/gfx.h>       /* ALWAYS INCLUDE GFX.H before other includes */
  43. #include <graphics/regions.h>   /* new as of 7/9/85 */
  44. #include <hardware/blit.h>
  45.  
  46. #define blitNode bltnode        /* temporary kludge for gels.h */
  47.  
  48. #include <graphics/collide.h>
  49. #include <graphics/copper.h> 
  50. #include <graphics/display.h>
  51. /* #include <hardware/dmabits.h> */
  52. #include <graphics/gels.h>
  53. #include <graphics/clip.h>
  54. #include <graphics/rastport.h>
  55. #include <graphics/view.h>
  56. #include <graphics/gfxbase.h>
  57. #include <graphics/text.h>
  58. /* #include <hardware/intbits.h> */
  59. /* #include <hardware/custom.h> */
  60. #include <graphics/gfxmacros.h>
  61. #include <graphics/layers.h>
  62. #include <intuition/intuition.h>        /* changed so I can get gadget addr */
  63. #include <devices/gameport.h>
  64.  
  65.